home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _47020927C8A64D078F69B17E749CEFFD < prev    next >
Encoding:
Text File  |  2000-03-27  |  413 b   |  15 lines

  1. #include "../common/header.ds"
  2. output "p:/base/ds/tsr1"
  3.  
  4.  
  5. // This is a custom death script called for the hostage murdered in the cinematic
  6.  
  7. local entity introhostage1 // the hostage who will be killed
  8.  
  9. introhostage1 = find entity with targetname "introhostage1"
  10.  
  11.  
  12. animate entity introhostage1 performing action CCH_SONKNEES_2FRNT_N_N // the hostage getting shot and slumping to the ground
  13.  
  14.  
  15. // exit